From: Keir Fraser Date: Tue, 1 Jul 2008 13:50:35 +0000 (+0100) Subject: minios: proper frees are now handled, so drop the FIXME comment X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14192^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=1e25c34bdc5b25389cd0c792fb091b7c6026eec7;p=xen.git minios: proper frees are now handled, so drop the FIXME comment Signed-off-by: Samuel Thibault --- diff --git a/extras/mini-os/blkfront.c b/extras/mini-os/blkfront.c index 48704bd1c4..7deb69fe9e 100644 --- a/extras/mini-os/blkfront.c +++ b/extras/mini-os/blkfront.c @@ -125,7 +125,6 @@ struct blkfront_dev *init_blkfront(char *nodename, struct blkfront_info *info) dev->events = NULL; - // FIXME: proper frees on failures again: err = xenbus_transaction_start(&xbt); if (err) { diff --git a/extras/mini-os/fbfront.c b/extras/mini-os/fbfront.c index 245ef468ed..593d346098 100644 --- a/extras/mini-os/fbfront.c +++ b/extras/mini-os/fbfront.c @@ -100,7 +100,6 @@ struct kbdfront_dev *init_kbdfront(char *nodename, int abs_pointer) s->in_cons = s->in_prod = 0; s->out_cons = s->out_prod = 0; - // FIXME: proper frees on failures again: err = xenbus_transaction_start(&xbt); if (err) { @@ -408,7 +407,6 @@ struct fbfront_dev *init_fbfront(char *nodename, unsigned long *mfns, int width, s->pd[i] = 0; - // FIXME: proper frees on failures again: err = xenbus_transaction_start(&xbt); if (err) {